ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexChartBase<T> Class / Header Property

In This Topic
    Header Property (FlexChartBase<T>)
    In This Topic
    Gets or sets the text displayed in the chart header.
    Syntax
    'Declaration
     
    Public Property Header As String
    public string Header {get; set;}
    See Also